-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(avoidance): fix a bug regarding the nearest search #5575
fix(avoidance): fix a bug regarding the nearest search #5575
Conversation
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Signed-off-by: Yuki Takagi <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5575 +/- ##
==========================================
- Coverage 15.26% 15.23% -0.04%
==========================================
Files 1713 1713
Lines 118192 118762 +570
Branches 37797 38189 +392
==========================================
+ Hits 18047 18090 +43
- Misses 79595 80070 +475
- Partials 20550 20602 +52
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I confirmed it worked well in Psim.
LGTM 👍 Thanks.
d4d0804
into
autowarefoundation:main
…ation#5575) * fix a bug regarding nearest search --------- Signed-off-by: Yuki Takagi <[email protected]>
fix(avoidance): fix a bug regarding the nearest search (autowarefoundation#5575)
…ation#5575) * fix a bug regarding nearest search --------- Signed-off-by: Yuki Takagi <[email protected]> Signed-off-by: santosh-interplai <[email protected]>
…ation#5575) * fix a bug regarding nearest search --------- Signed-off-by: Yuki Takagi <[email protected]> Signed-off-by: santosh-interplai <[email protected]>
…ation#5575) * fix a bug regarding nearest search --------- Signed-off-by: Yuki Takagi <[email protected]>
Hi, I plan to reproduce this bug. May I know what psim tests and the tier4 internal tests were used here? Thanks! @yuki-takagi-66 @satoshi-ota |
Description
This PR fix a bug regarding the nearest search in the function
extendBackwardLength()
This function requires two pose which are appropriately near to the current ego pose.
The first one is denoted by
orig_ego_idx
and shown in the figure as the blue arrow, the other one is dented byprev_ego_idx
and shown in the figure as the red arrow.The code so far failure to find
prev_ego_idx
appropriately and this PR fix this bug.This PR is re-opened PR from #5574 by the author's mistaken force push
Tests performed
psim tests and the tier4 internal test were performed in success.
Effects on system behavior
This PR enables to the system generates avoidance path appropriately on the curved reference paths
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.